func github.com/klauspost/compress/zstd.fillBase

4 uses

	github.com/klauspost/compress/zstd (current package)
		fse_predefined.go#L56: func fillBase(dst []baseOffset, base uint32, bits ...uint8) {
		fse_predefined.go#L85: 		fillBase(tmp[16:], 16, 1, 1, 1, 1, 2, 2, 3, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
		fse_predefined.go#L97: 		fillBase(tmp[32:], 35, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
		fse_predefined.go#L106: 		fillBase(tmp[2:], 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30)